Merge changes made in Gnus trunk.
authorGnus developers <ding@gnus.org>
Tue, 25 Jan 2011 23:51:40 +0000 (23:51 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 25 Jan 2011 23:51:40 +0000 (23:51 +0000)
commit796e0e51fcc70bd6599ab1e8c12da12d90b323d7
treec12233332e18d1ceb2e8cebaa140077ed8b9c6bf
parent67dc63ad7d799503ff59b7fe8157c523d312c1b8
Merge changes made in Gnus trunk.

mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
 (mm-display-javascript-inline): New function.
mm-decode.el (mm-inline-media-tests): Add application/javascript viewing function.
nnimap.el (nnimap-open-connection-1): Store the actual stream type used.
 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires fewer round trips than CRAM-MD5, and it's less likely to be buggy), and we're using an encrypted connection.
proto-stream.el: Alter the interface functions to also return the actual stream type used: network or tls.
lisp/gnus/ChangeLog
lisp/gnus/mm-decode.el
lisp/gnus/mm-view.el
lisp/gnus/nnimap.el
lisp/gnus/proto-stream.el